home *** CD-ROM | disk | FTP | other *** search
/ BBS Toolkit / BBS Toolkit.iso / doors_2 / tridv300.zip / HISTORY.DOC < prev    next >
Text File  |  1993-03-28  |  5KB  |  113 lines

  1. This  is  the  exact  program  history  that  is  in  the source  code  for
  2. TRIDOOR.TPU.  It  is a  very general  record of the  changes  and additions
  3. made and changed over the course of the unit's history.
  4.  
  5.  
  6. {**************************************************************************
  7.  
  8.    TRIDR55.TPU (C)1990 by Triumph Software
  9.    Uses Interrupt Driven Communications Routines by Jeremy H. DuBois  
  10.    Original DOOR.INC Version by Jeremy H. DuBois
  11.    Revision 2.00 (Version 1.00) by Christopher M. Russo
  12.  
  13.    This unit is confidential property of Triumph Software.  Any illegal
  14.    duplication or copying of this software either in full or in part
  15.    is a direct violation of copyright laws.  Any offending persons will
  16.    be prosecuted to the fullest extent of the law.
  17.  
  18.  **************************************************************************}
  19.  
  20. {---- PROGRAM HISTORY -----------------------------------------------------
  21.  
  22.    V1.00  26-Nov-1990  CMR  -  Finalized latest version of unit using new
  23.                                communications routines.
  24.  
  25.    V1.10  27-Nov-1990  CMR  -  Added the following :
  26.                                  1> Chat mode w/word-wrap.
  27.                                  2> wrdsize and caps variable to be used
  28.                                     with getinput function.
  29.  
  30.    V1.26  28-Nov-1990  CMR  -  Added the following :
  31.                                  1> User-page procedure.
  32.                                  2> '■' before SysOp-eyes-only comments.
  33.                                  3> print() queue.
  34.                                  4> Help bar status bar.
  35.                                  5> Incorporated COMM routines in code.
  36.  
  37.    V1.27  28-Nov-1990  JHD -  Patched HD controller/reset error.
  38.  
  39.    V1.28  29-Nov-1990  JHD -  Fix color-direct-screen-write problem.
  40.  
  41.    V1.29  29-Nov-1990  CMR -  Fixed character buffer.
  42.  
  43.    V1.30  30-Nov-1990  CMR -  General cosmetics and cleanup.
  44.  
  45.    V1.32  03-Dec-1990  JHD -  Found error w/getinput that did auto-
  46.                               return on first entry into program.
  47.  
  48.    V1.38  04-Dec-1990  CMR -  Added ANSI Driver & comprint procedure.
  49.  
  50.    V1.40  06-Dec-1990  CMR -  Added the following :
  51.                                 1> sysmessage command.
  52.                                 2> auto quit for timeout.
  53.                                 3> time controls.
  54.                                 4> ability to ALT-key and PgDn and so forth
  55.                                    ANYWHERE in program operation.
  56.                                 5> comwait command.
  57.  
  58.    V1.42  12-Dec-1990  CMR -  Fixed and corrected HD error.
  59.                               Changes IRQ for com port settings.
  60.  
  61.    V1.43  12-Dec-1990  CMR -  Added close(deffile) to readstats.
  62.  
  63.    V1.46  19-Dec-1990  CMR -  Fixed chat mode dropout error.
  64.                               Added (wrdsize) into getinput.
  65.  
  66.    V1.80  17-Jan-1990 BOTH -  Added the following :
  67.                                 1> anup(), andown() and aneraseln()
  68.                                 2> made tridoor adaptable to any bbs
  69.                                 3> altered setup() for initialization
  70.                                 4> allow for change default in aysure()
  71.                                 5> showfile() function
  72.  
  73.                               Changed aysure() to allow different default.
  74.  
  75.    V1.83  03-Feb-1991  CMR -  Fixed name run-together error in readquick.
  76.  
  77.    V1.87  26-Mar-1991  CMR -  Added the following :
  78.                                 1> "line noise" feature (ALT-N)
  79.                                 2> Disable/enable remote keyboard
  80.  
  81.                               Fixed ancolor blink problem.
  82.  
  83.    V1.88  30-Apr-1991  CMR -  Fixed chat mode help bar recognition.
  84.  
  85.    V2.00  06-Jun-1991  CMR -  Mainly made program accept multi-
  86.                               tasking environments.
  87.  
  88.    V2.20  18-Feb-1992  CMR -  1> Allows non-standard IRQ settings.
  89.                               2> Allows modification of sbits, dbits and
  90.                                  parity settings.
  91.  
  92.    V2.30  26-Apr-1992  CMR -  1> Accepts PCBOARD.SYS in new function
  93.                                  called readpcb();
  94.                               2> Accepts locked ports.
  95.  
  96.                               Release #22 - found a bug in readquick()
  97.  
  98.    V3.00  27-Feb-1993  CMR -  Changes too numerous to mention.
  99.                                 * re-named many variables and procedures
  100.                                 * added activity timeout controls
  101.                                 * restructured to fit PCBoard conventions
  102.                                 * turned get_input/td_readln into a
  103.                                   procedure, not a function
  104.                                 * automatic status-bar update/restore added
  105.                                 * built-in dos shell
  106.                                 * streamlined procedures and functions
  107.                                 * local screen disable
  108.                                 * and about 200,000 more! :)
  109.  
  110.  --------------------------------------------------------------------------}
  111.  
  112.  
  113.